home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE wizard SYSTEM "chrome://ybookmarks/locale/introWiz.dtd">
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://ybookmarks/skin/introWiz.css" type="text/css"?>
- <?xml-stylesheet href="chrome://ybookmarks/skin/overlay.css" type="text/css"?>
-
- <wizard id="intro-wizard" title="&yb.wizard;"
- onload="yb_initWizard();"
- onunload="yb_CleanupWizard();"
- onwizardfinish="yb_FinishWizard();"
- onwizardcancel="return yb_CancelWizard();"
- width="610"
- height="420"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <preferences>
- <preference id="yb-wiz-pref-add-popular" name="extensions.ybookmarks@yahoo." type="string"/>
- </preferences>
-
- <script type="application/x-javascript" src="chrome://ybookmarks/content/json.js" />
- <script type="application/x-javascript" src="chrome://browser/content/utilityOverlay.js"/>
- <script type="application/x-javascript" src="providerApis.js"/>
- <script type="application/x-javascript" src="ybookmarksUtils.js"/>
- <script type="application/x-javascript" src="introWiz.js"/>
- <script type="application/x-javascript" src="ybMenus.js"/>
- <script type="application/x-javascript" src="yDebug.js"/>
-
- <stringbundleset>
- <stringbundle id="yb-wizard-strings" src="chrome://ybookmarks/locale/introWiz.properties"/>
- </stringbundleset>
-
- <!-- blank page needed because the wizard automatically loads up the first page without even running yb_initWizard()! -->
- <wizardpage id="yb-wiz-blank" pageid="yb-wiz-blank"/>
-
- <!-- Intro -->
- <wizardpage id="yb-wiz-intro" pageid="yb-wiz-intro" label="&yb.wizard.intro;" onpageshow="yb_updateWizIntroPage();" next="yb-wiz-welcome">
- <vbox flex="1">
- <description id="yb-wiz-intro-desc">&yb.wizard.intro.desc;</description>
- <spacer flex="1"/>
- <hbox>
- <description>&yb.wizard.intro.getstarted;</description>
- <spacer flex="1"/>
- <label id="yb-wiz-welcome-terms" class="text-link no-margin" value="&yb.wizard.intro.terms;"/>
- </hbox>
- </vbox>
- </wizardpage>
-
- <!-- Welcome -->
- <wizardpage id="yb-wiz-welcome" pageid="yb-wiz-welcome" label="&yb.wizard.welcome;" onpageshow="yb_updateWizWelcomePage();" next="yb-wiz-setup" onpagerewound="yb_rewindWizWelcomePage();">
- <description>&yb.wizard.welcome.desc;</description>
- <spacer class="paragraph"/>
- <vbox id="yb-wiz-welcome-not-logged-in" hidden="true">
- <description id="yb-wiz-welcome-login" class="text-link" value="&yb.wizard.welcome.login;"/>
- <spacer class="choice"/>
- <description>&yb.wizard.or;</description>
- <spacer class="choice"/>
- <description id="yb-wiz-welcome-create-account" class="text-link" value="&yb.wizard.welcome.create.account;"/>
- </vbox>
- <vbox id="yb-wiz-welcome-logged-in" hidden="true">
- <description>&yb.wizard.welcome.logged.in.as; <label id="yb-wiz-welcome-current-user" class="username no-margin"/> &yb.wizard.welcome.logged.in.on; <label id="yb-wiz-welcome-login-another" class="text-link no-margin" value="&yb.wizard.welcome.login.another;"/>.</description>
- <spacer class="choice"/>
- <description>&yb.wizard.or;</description>
- <spacer class="choice"/>
- <label id="yb-wiz-welcome-create-account-another" class="text-link no-margin" value="&yb.wizard.welcome.create.account;"/>
- <!-- <spacer class="choice"/> -->
- <!-- begin DWZ (de-whitespaced zone):
- please don't add any whitespace (including \n) in-between the elements within yb-wiz-continue.
- It would introduce extraneous TextNodes which will break the check in yb_wizUpdateWelcomePage(). -->
- <!-- <description id="yb-wiz-welcome-continue"><label id="yb-wiz-welcome-create-account-another" class="text-link no-margin" value="&yb.wizard.welcome.create.account;"/></description> -->
- <!-- end DWZ -->
- </vbox>
- </wizardpage>
-
- <!-- Import? -->
- <wizardpage id="yb-wiz-setup" pageid="yb-wiz-setup" label="&yb.wizard.setup;"
- onpageshow="yb_updateWizBasicSetupPage();" flex="0"
- onpageadvanced="yb_checkImportChoice();" next="yb-setup-done">
- <description id="yb-wiz-setup-import-desc"/>
- <spacer class="choice"/>
-
- <radiogroup id="yb-wiz-setup-import-radiogroup">
- <radio id="yb-wiz-setup-import-yes" value="1"/>
- <radio id="yb-wiz-setup-import-no" value="0" selected="true"/>
- </radiogroup>
- <spacer class="paragraph"/>
-
- <description>&yb.wizard.setup.note;</description>
- </wizardpage>
-
- <!-- Import Options -->
- <wizardpage id="yb-wiz-setup-advance" pageid="yb-wiz-setup-advance" label="&yb.wizard.setup.advance;" onpageshow="yb_updateWizAdvanceSetupPage();" onpagerewound="yb_rewindWizAdvanceSetupPage();" next="yb-wiz-importing">
- <radiogroup id="yb-wiz-setup-import-type-radiogroup" oncommand="yb_importTypeSelected(event);">
- <radio id="yb-wiz-setup-import-type-easy" label="&yb.wizard.setup.advance.easy; (&yb.wizard.setup.advance.easy.details;)." value="0" selected="true"/>
- <spacer class="choice"/>
- <radio id="yb-wiz-setup-import-type-custom" label="&yb.wizard.setup.advance.custom; (&yb.wizard.setup.advance.custom.details;)." value="1" />
- </radiogroup>
-
-
- <hbox>
- <spacer class="radio-indent"/>
- <importoptions id="yb-wiz-setup-advance-import-options" hidden="true"/>
- </hbox>
- </wizardpage>
-
- <!-- Importing! -->
- <wizardpage id="yb-wiz-importing" pageid="yb-wiz-importing" label="&yb.wizard.importing;" onpageshow="yb_updateWizImportingPage();" next="yb-wiz-done" onpagehide="yb_hideWizImportingPage();">
- <description>&yb.wizard.importing.desc;</description>
- <spacer class="paragraph"/>
- <description id="yb-wiz-importing-click"/>
-
- </wizardpage>
-
-
- <!-- Last Page -->
- <wizardpage id="yb-wiz-done" pageid="yb-wiz-done" label="&yb.wizard.done;" onpageshow="yb_updateWizDonePage();">
- <description>&yb.wizard.done.desc;</description>
- <spacer height="choice"/>
- <vbox id="yb-wiz-done-tips">
- <label class="indent">
- <image id="yb-wiz-done-del-web"/> &yb.wizard.done.del.web;</label>
- <spacer height="choice"/>
- <label class="indent"><image id="yb-wiz-done-sidebar"/> &yb.wizard.done.sidebar;</label>
- <spacer height="choice"/>
- <label class="indent"><image id="yb-wiz-done-tag"/> &yb.wizard.done.tag;</label>
- <spacer height="choice"/>
- </vbox>
- <spacer class="paragraph"/>
- <description><image id="yb-wiz-done-tour-img"/>&yb.wizard.done.tour;</description>
- </wizardpage>
-
-
- </wizard>
-
-